compress/flate.huffmanBitWriter.writer (field)
5 uses
	compress/flate (current package)
		deflate.go#L738: 	if dw, ok := w.d.w.writer.(*dictWriter); ok {
		huffman_bit_writer.go#L75: 	writer io.Writer
		huffman_bit_writer.go#L96: 		writer:          w,
		huffman_bit_writer.go#L107: 	w.writer = writer
		huffman_bit_writer.go#L136: 	_, w.err = w.writer.Write(b)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |